Skip to main content
POST
/
v2
/
events
/
beta
/
link-users
[Beta] Report Link Users
curl --request POST \
  --url https://api.topsort.com/v2/events/beta/link-users \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "from": "<string>",
  "to": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI.

Body

application/json

Request to link multiple user IDs that represent the same user.

from
string
required

The opaque user ID of the original user account.

Required string length: 1 - 64
to
string
required

The opaque user ID of the target user account to be linked.

Required string length: 1 - 64

Response

Users account link was reported successfully.